ocr: Class Employee Java.lang.Object +----Person +----Employee public class Employee extends Person The Employee class is used to represent employees of our company. It augments the Person class with information about an employee's salary and job title. See Also: Contractor